Welcome![Sign In][Sign Up]
Location:
Search - USB host h

Search list

[ARM-PowerPC-ColdFire-MIPSusb-device-hid-keyboard-project-1.3-iar5-at91sam7x

Description: This application creates an USB HID (Human-Interface Device) keyboard on a host computer. Pressing any of the buttons on the board outputs characters or special keys on the host side
Platform: | Size: 336896 | Author: tangxiaozheng | Hits:

[SCMUSB_HID

Description: C8051F320范例: This release contains the following components: * USB Interrupt Driver Example * USB Interrupt Firmware Example * Host Application (USBTest.exe) * Host Application Source -C8051F320 Example: This release contains the following components:* USB Interrupt Driver Example* USB Interrupt Firmware Example* Host Application (USBTest.exe)* Host Application Source
Platform: | Size: 200704 | Author: erichuang | Hits:

[Windows Developusb_vc

Description: 用于与USB接口设备通讯的上位机程序,可将下位机USB接口设备传输的数据送至PC机并处理。每次数据传送都是上位机主动,上位机先发送命令(借用DEMO程序中的版本号部分),下位机收到READ_VERSION命令就发送64字节数据给上位机,并开始计时,每次发送把发送帧数加1,把时间和帧数发送到上位机显示,方便观察;上位机收到64字节数据就又给下位机发送READ_VERSION命令,重复1000次,测试需时31秒左右。64字节中:第2,3字节是发送帧数,第61字节是通信时间(S)-USB interface for PC communication procedures, could be the next-bit machine USB interface data transmission to the PC machine and processed. Each data transmission are PC initiative, the first host computer to send the command (to borrow DEMO program version number part), the next-bit machine READ_VERSION received orders on the transmission of 64 bytes of data to the host computer, and start running, each time I send to Send frames plus 1, the time and number of frames sent to the host computer for easy observation upper 64 bytes of data received on the given machine to send the next bit READ_VERSION command, repeat 1000 times, test takes about 31 seconds. 64-byte: the first 2,3-byte frame is sent, 61 bytes is the communication time (S)
Platform: | Size: 686080 | Author: huming | Hits:

[DSP programDSPusbdemo

Description: 这是dsp5509A的USB与主机通信的源码。包含固件程序和上位机程序,以及调试的几点注意事项,希望对开发dsp的USB模块的朋友有所帮助。-This is the USB with the host dsp5509A the source of communication. Contains the firmware and PC procedures, and debugging some attention, in the hope that the development of the USB module dsp help a friend.
Platform: | Size: 4009984 | Author: hanguang | Hits:

[Linux-Unixfhci

Description: MPC8248LINUX下USB主机控制器驱动,软件模拟OHCI规范实现-MPC8248LINUX under the USB host controller driver, software simulation OHCI specification to achieve
Platform: | Size: 192512 | Author: frank | Hits:

[Graph programEAGLE

Description: 韩国ADC公司的一款用于动漫产品开发的,超强图像引擎SoC,带有DSP功能, 支持:H.264 decoder, JPEG decoder, 2D graphic engine, sound mixer, CRT controller with OSD, video encoder, video decoder interface module, USB host/device and I/O peripheral components.-ADC for a Korean animation company' s product development, superior graphics engine SoC, with DSP functionality to support: H.264 decoder, JPEG decoder, 2D graphic engine, sound mixer, CRT controller with OSD, video encoder, video decoder interface module, USB host/device and I/O peripheral components.
Platform: | Size: 3415040 | Author: ipigle | Hits:

[SCMMSP430PPDIUSBD12

Description: msp430与PDIUSBD12的固件程序 D12驱动\win2k_xp\D12test.inf D12驱动\win98\D12TEST.SYS usb上位机测试程序\usb430d12\EasyD12.dll usb上位机测试程序\usb430d12\EasyD12.H -msp430 the PDIUSBD12 firmware D12 driver \ win2k_xp \ D12test.inf D12 driver \ win98 \ D12TEST.SYS usb host computer test program \ usb430d12 \ EasyD12.dll, usb host computer test program \ usb430d12 \ EasyD12.H,
Platform: | Size: 757760 | Author: 王峰 | Hits:

[Embeded LinuxDMC2440H

Description: DMC-2440-H采用基于ARM920T内核的Samsung处理器 S3C2440A, 标准主频400MHz,最高主频可达533MHz。采用64MB的SDRAM,2MB的NOR FLASH和64MB的NAND Flash。DMC-2440-H嵌入式开发系统外设非常丰富,功能强大,适用于各种手持设备、消费电子和工业控制设备的开发。支持嵌入式Linux和WINCE5.0.NET操作系统。 采用Linux -2.6.134内核,LINUX驱动支持:DM9000 网卡、串口、RTC、LED、按键、触摸屏、USB鼠标和键盘、SD/MMC 卡、Nand Flash、UDA1341 音频、LCD、优盘、USB 摄像头。支持QT, 支持MP3播放和视频播放。 WINCE5.0驱动支持:LCD、DM9000、按键、LED、NandFlash、串口、触摸屏、USB host & slave、音频等。 测试程序(ADS1.2项目文件):RTC、ADC、key、Touchpanel、LCD、VGA、EEPROM、UDA1341、SD Card、CMOS Camera等。-DMC-2440-H based on ARM920T core Samsung processor S3C2440A, standard frequency of 400MHz, the highest frequency is 533MHz. Using 64MB SDRAM, 2MB NOR FLASH and 64MB NAND Flash. The DMC-2440-H embedded development system peripherals is very rich, powerful, suitable for development in various handheld devices, consumer electronics and industrial control equipment. Support Linux and embedded WINCE5.0.NET operating system.
Platform: | Size: 28672 | Author: 龙芯 | Hits:

[Other Embeded programHIDKeys

Description: This the README file for the HIDKeys USB device. HIDKeys is an example application for implementing an USB keyboard conforming to the USB Device Class Definition for Human Interface Devices (HID) . It is based on Objective Development s firmware-only USB driver for Atmel s AVR microcontrollers and accepts up to 17 key inputs on an ATMega8. The firmware should be easily portable to an ATTiny2313 or other tiny devices. Since it implements a standards compliant keyboard, no separate host software is needed. Objective Development s USB driver is a firmware-only implementation of the USB 1.1 standard (low speed device) on cheap single chip microcomputers of Atmel s AVR series, such as the ATtiny2313 or even some of the small 8 pin devices. It implements the standard to the point where useful applications can be implemented. See the file usbdrdv/usbdrv.h for features and limitations.-This is the README file for the HIDKeys USB device. HIDKeys is an example application for implementing an USB keyboard conforming to the USB Device Class Definition for Human Interface Devices (HID) . It is based on Objective Development s firmware-only USB driver for Atmel s AVR microcontrollers and accepts up to 17 key inputs on an ATMega8. The firmware should be easily portable to an ATTiny2313 or other tiny devices. Since it implements a standards compliant keyboard, no separate host software is needed. Objective Development s USB driver is a firmware-only implementation of the USB 1.1 standard (low speed device) on cheap single chip microcomputers of Atmel s AVR series, such as the ATtiny2313 or even some of the small 8 pin devices. It implements the standard to the point where useful applications can be implemented. See the file usbdrdv/usbdrv.h for features and limitations.
Platform: | Size: 472064 | Author: sehwi | Hits:

CodeBus www.codebus.net